home *** CD-ROM | disk | FTP | other *** search
- /*********************************
- * *
- * Visual Shell v1.17 10/92 *
- * *
- * by Torsten Jürgeleit *
- * *
- * includes *
- * *
- *********************************/
-
- #include <exec/types.h>
- #include <exec/exec.h>
- #include <devices/console.h>
- #include <devices/conunit.h>
- #include <devices/input.h>
- #include <devices/trackdisk.h>
- #include <libraries/arpbase.h>
- #include <libraries/dos.h>
- #include <libraries/dosextens.h>
- #include <intuition/screens.h>
- #include <intuition/intuition.h>
- #include <intuition/intuitionbase.h>
- #include <functions.h>
- #include <ctype.h>
- #include <fcntl.h>
- #include <stdio.h>
- #include <string.h>
- #include <stddef.h>
- #include <time.h>
-
- #include "defines.h"
-